Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmTable
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTable))
26         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel3 = New System.Windows.Forms.Panel()
33         Me.btnDelete = New System.Windows.Forms.Button()
34         Me.btnClose = New System.Windows.Forms.Button()
35         Me.btnSave = New System.Windows.Forms.Button()
36         Me.btnUpdate = New System.Windows.Forms.Button()
37         Me.btnNew = New System.Windows.Forms.Button()
38         Me.btnActivate_Deactivate = New System.Windows.Forms.Button()
39         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
40         Me.Label2 = New System.Windows.Forms.Label()
41         Me.Label7 = New System.Windows.Forms.Label()
42         Me.cmbTableType = New System.Windows.Forms.ComboBox()
43         Me.txtTableNo = New System.Windows.Forms.TextBox()
44         Me.txtStatus = New System.Windows.Forms.TextBox()
45         Me.lblUser = New System.Windows.Forms.Label()
46         Me.dgw = New System.Windows.Forms.DataGridView()
47         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Panel2 = New System.Windows.Forms.Panel()
51         Me.Label1 = New System.Windows.Forms.Label()
52         Me.txtTable = New System.Windows.Forms.TextBox()
53         Me.Panel1.SuspendLayout()
54         Me.Panel3.SuspendLayout()
55         Me.GroupBox1.SuspendLayout()
56         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
57         Me.Panel2.SuspendLayout()
58         Me.SuspendLayout()
59         
'
60         
'Panel1
61         
'
62         Me.Panel1.BackColor = System.Drawing.Color.White
63         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
64         Me.Panel1.Controls.Add(Me.Panel3)
65         Me.Panel1.Controls.Add(Me.btnActivate_Deactivate)
66         Me.Panel1.Controls.Add(Me.GroupBox1)
67         Me.Panel1.Controls.Add(Me.txtStatus)
68         Me.Panel1.Controls.Add(Me.lblUser)
69         Me.Panel1.Controls.Add(Me.dgw)
70         Me.Panel1.Controls.Add(Me.Panel2)
71         Me.Panel1.Location = New System.Drawing.Point(
4, 4)
72         Me.Panel1.Name =
"Panel1"
73         Me.Panel1.Size = New System.Drawing.Size(
430, 355)
74         Me.Panel1.TabIndex =
2
75         
'
76         
'Panel3
77         
'
78         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
79         Me.Panel3.Controls.Add(Me.btnDelete)
80         Me.Panel3.Controls.Add(Me.btnClose)
81         Me.Panel3.Controls.Add(Me.btnSave)
82         Me.Panel3.Controls.Add(Me.btnUpdate)
83         Me.Panel3.Controls.Add(Me.btnNew)
84         Me.Panel3.Location = New System.Drawing.Point(
319, 37)
85         Me.Panel3.Name =
"Panel3"
86         Me.Panel3.Size = New System.Drawing.Size(
103, 226)
87         Me.Panel3.TabIndex =
41
88         
'
89         
'btnDelete
90         
'
91         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
92         Me.btnDelete.Enabled = False
93         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
95         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
96         Me.btnDelete.Location = New System.Drawing.Point(
9, 139)
97         Me.btnDelete.Name =
"btnDelete"
98         Me.btnDelete.Size = New System.Drawing.Size(
84, 36)
99         Me.btnDelete.TabIndex =
3
100         Me.btnDelete.Text =
"&Delete"
101         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
102         Me.btnDelete.UseVisualStyleBackColor = True
103         
'
104         
'btnClose
105         
'
106         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
107         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
109         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
110         Me.btnClose.Location = New System.Drawing.Point(
9, 183)
111         Me.btnClose.Name =
"btnClose"
112         Me.btnClose.Size = New System.Drawing.Size(
84, 36)
113         Me.btnClose.TabIndex =
4
114         Me.btnClose.Text =
"&Close"
115         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
116         Me.btnClose.UseVisualStyleBackColor = True
117         
'
118         
'btnSave
119         
'
120         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
121         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
123         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
124         Me.btnSave.Location = New System.Drawing.Point(
9, 51)
125         Me.btnSave.Name =
"btnSave"
126         Me.btnSave.Size = New System.Drawing.Size(
84, 36)
127         Me.btnSave.TabIndex =
1
128         Me.btnSave.Text =
"&Save"
129         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
130         Me.btnSave.UseVisualStyleBackColor = True
131         
'
132         
'btnUpdate
133         
'
134         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
135         Me.btnUpdate.Enabled = False
136         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
138         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
139         Me.btnUpdate.Location = New System.Drawing.Point(
9, 95)
140         Me.btnUpdate.Name =
"btnUpdate"
141         Me.btnUpdate.Size = New System.Drawing.Size(
84, 36)
142         Me.btnUpdate.TabIndex =
2
143         Me.btnUpdate.Text =
"&Update"
144         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
145         Me.btnUpdate.UseVisualStyleBackColor = True
146         
'
147         
'btnNew
148         
'
149         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
150         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
151         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
152         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
153         Me.btnNew.Location = New System.Drawing.Point(
9, 7)
154         Me.btnNew.Name =
"btnNew"
155         Me.btnNew.Size = New System.Drawing.Size(
84, 36)
156         Me.btnNew.TabIndex =
0
157         Me.btnNew.Text =
"&New"
158         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
159         Me.btnNew.UseVisualStyleBackColor = True
160         
'
161         
'btnActivate_Deactivate
162         
'
163         Me.btnActivate_Deactivate.BackColor = System.Drawing.SystemColors.Control
164         Me.btnActivate_Deactivate.Cursor = System.Windows.Forms.Cursors.Hand
165         Me.btnActivate_Deactivate.Enabled = False
166         Me.btnActivate_Deactivate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
167         Me.btnActivate_Deactivate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.btnActivate_Deactivate.Image = Global.Restaurant_Management_System.My.Resources.Resources.Activate
169         Me.btnActivate_Deactivate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
170         Me.btnActivate_Deactivate.Location = New System.Drawing.Point(
272, 276)
171         Me.btnActivate_Deactivate.Name =
"btnActivate_Deactivate"
172         Me.btnActivate_Deactivate.Size = New System.Drawing.Size(
149, 43)
173         Me.btnActivate_Deactivate.TabIndex =
5
174         Me.btnActivate_Deactivate.Text =
"&Activate/Deactivate"
175         Me.btnActivate_Deactivate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
176         Me.btnActivate_Deactivate.UseVisualStyleBackColor = False
177         
'
178         
'GroupBox1
179         
'
180         Me.GroupBox1.Controls.Add(Me.Label2)
181         Me.GroupBox1.Controls.Add(Me.Label7)
182         Me.GroupBox1.Controls.Add(Me.cmbTableType)
183         Me.GroupBox1.Controls.Add(Me.txtTableNo)
184         Me.GroupBox1.Location = New System.Drawing.Point(
7, 269)
185         Me.GroupBox1.Name =
"GroupBox1"
186         Me.GroupBox1.Size = New System.Drawing.Size(
245, 80)
187         Me.GroupBox1.TabIndex =
0
188         Me.GroupBox1.TabStop = False
189         
'
190         
'Label2
191         
'
192         Me.Label2.AutoSize = True
193         Me.Label2.Location = New System.Drawing.Point(
14, 19)
194         Me.Label2.Name =
"Label2"
195         Me.Label2.Size = New System.Drawing.Size(
60, 13)
196         Me.Label2.TabIndex =
308
197         Me.Label2.Text =
"Table No. :"
198         
'
199         
'Label7
200         
'
201         Me.Label7.AutoSize = True
202         Me.Label7.Location = New System.Drawing.Point(
14, 46)
203         Me.Label7.Name =
"Label7"
204         Me.Label7.Size = New System.Drawing.Size(
67, 13)
205         Me.Label7.TabIndex =
307
206         Me.Label7.Text =
"Table Type :"
207         
'
208         
'cmbTableType
209         
'
210         Me.cmbTableType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
211         Me.cmbTableType.FormattingEnabled = True
212         Me.cmbTableType.Location = New System.Drawing.Point(
87, 46)
213         Me.cmbTableType.Name =
"cmbTableType"
214         Me.cmbTableType.Size = New System.Drawing.Size(
149, 21)
215         Me.cmbTableType.TabIndex =
1
216         
'
217         
'txtTableNo
218         
'
219         Me.txtTableNo.BackColor = System.Drawing.Color.White
220         Me.txtTableNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
221         Me.txtTableNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
222         Me.txtTableNo.Location = New System.Drawing.Point(
87, 19)
223         Me.txtTableNo.Name =
"txtTableNo"
224         Me.txtTableNo.Size = New System.Drawing.Size(
93, 21)
225         Me.txtTableNo.TabIndex =
0
226         
'
227         
'txtStatus
228         
'
229         Me.txtStatus.Location = New System.Drawing.Point(
24, 211)
230         Me.txtStatus.Name =
"txtStatus"
231         Me.txtStatus.Size = New System.Drawing.Size(
10, 20)
232         Me.txtStatus.TabIndex =
45
233         Me.txtStatus.Visible = False
234         
'
235         
'lblUser
236         
'
237         Me.lblUser.AutoSize = True
238         Me.lblUser.Location = New System.Drawing.Point(
21, 243)
239         Me.lblUser.Name =
"lblUser"
240         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
241         Me.lblUser.TabIndex =
43
242         Me.lblUser.Text =
"Label8"
243         Me.lblUser.Visible = False
244         
'
245         
'dgw
246         
'
247         Me.dgw.AllowUserToAddRows = False
248         Me.dgw.AllowUserToDeleteRows = False
249         DataGridViewCellStyle6.BackColor = System.Drawing.Color.FloralWhite
250         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
251         Me.dgw.BackgroundColor = System.Drawing.Color.White
252         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
253         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
254         DataGridViewCellStyle7.BackColor = System.Drawing.Color.LightSeaGreen
255         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
256         DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black
257         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.LightSteelBlue
258         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
259         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
260         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
261         Me.dgw.ColumnHeadersHeight =
24
262         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description, Me.Column2, Me.Column1})
263         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
264         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
265         DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
266         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
268         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
269         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
270         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
271         Me.dgw.DefaultCellStyle = DataGridViewCellStyle8
272         Me.dgw.EnableHeadersVisualStyles = False
273         Me.dgw.GridColor = System.Drawing.Color.White
274         Me.dgw.Location = New System.Drawing.Point(
4, 37)
275         Me.dgw.MultiSelect = False
276         Me.dgw.Name =
"dgw"
277         Me.dgw.ReadOnly = True
278         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
279         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
280         DataGridViewCellStyle9.BackColor = System.Drawing.Color.Orange
281         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
282         DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
283         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.LightSeaGreen
284         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
285         DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
286         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
287         Me.dgw.RowHeadersWidth =
25
288         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
289         DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
290         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.MediumTurquoise
292         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White
293         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle10
294         Me.dgw.RowTemplate.Height =
18
295         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
296         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
297         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
298         Me.dgw.Size = New System.Drawing.Size(
308, 226)
299         Me.dgw.TabIndex =
40
300         
'
301         
'Description
302         
'
303         Me.Description.HeaderText =
"Table No."
304         Me.Description.Name =
"Description"
305         Me.Description.ReadOnly = True
306         Me.Description.Width =
80
307         
'
308         
'Column2
309         
'
310         Me.Column2.HeaderText =
"Table Type"
311         Me.Column2.Name =
"Column2"
312         Me.Column2.ReadOnly = True
313         
'
314         
'Column1
315         
'
316         Me.Column1.HeaderText =
"Status"
317         Me.Column1.Name =
"Column1"
318         Me.Column1.ReadOnly = True
319         
'
320         
'Panel2
321         
'
322         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
323         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
324         Me.Panel2.Controls.Add(Me.Label1)
325         Me.Panel2.Controls.Add(Me.txtTable)
326         Me.Panel2.Location = New System.Drawing.Point(
4, 4)
327         Me.Panel2.Name =
"Panel2"
328         Me.Panel2.Size = New System.Drawing.Size(
418, 27)
329         Me.Panel2.TabIndex =
0
330         
'
331         
'Label1
332         
'
333         Me.Label1.AutoSize = True
334         Me.Label1.BackColor = System.Drawing.Color.Transparent
335         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         Me.Label1.ForeColor = System.Drawing.Color.White
337         Me.Label1.Location = New System.Drawing.Point(
137, 1)
338         Me.Label1.Name =
"Label1"
339         Me.Label1.Size = New System.Drawing.Size(
133, 24)
340         Me.Label1.TabIndex =
0
341         Me.Label1.Text =
"List of Tables"
342         
'
343         
'txtTable
344         
'
345         Me.txtTable.Location = New System.Drawing.Point(
3, 0)
346         Me.txtTable.Name =
"txtTable"
347         Me.txtTable.Size = New System.Drawing.Size(
11, 20)
348         Me.txtTable.TabIndex =
44
349         Me.txtTable.Visible = False
350         
'
351         
'frmTable
352         
'
353         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
354         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
355         Me.BackColor = System.Drawing.Color.Orange
356         Me.ClientSize = New System.Drawing.Size(
438, 363)
357         Me.Controls.Add(Me.Panel1)
358         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
359         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
360         Me.KeyPreview = True
361         Me.MaximizeBox = False
362         Me.MinimizeBox = False
363         Me.Name =
"frmTable"
364         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
365         Me.Panel1.ResumeLayout(False)
366         Me.Panel1.PerformLayout()
367         Me.Panel3.ResumeLayout(False)
368         Me.GroupBox1.ResumeLayout(False)
369         Me.GroupBox1.PerformLayout()
370         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
371         Me.Panel2.ResumeLayout(False)
372         Me.Panel2.PerformLayout()
373         Me.ResumeLayout(False)
374
375     End Sub
376     Friend WithEvents Panel1 As System.Windows.Forms.Panel
377     Friend WithEvents txtTableNo As System.Windows.Forms.TextBox
378     Friend WithEvents dgw As System.Windows.Forms.DataGridView
379     Friend WithEvents Panel2 As System.Windows.Forms.Panel
380     Friend WithEvents Label1 As System.Windows.Forms.Label
381     Friend WithEvents Panel3 As System.Windows.Forms.Panel
382     Friend WithEvents btnDelete As System.Windows.Forms.Button
383     Friend WithEvents btnClose As System.Windows.Forms.Button
384     Friend WithEvents btnUpdate As System.Windows.Forms.Button
385     Friend WithEvents btnSave As System.Windows.Forms.Button
386     Friend WithEvents btnNew As System.Windows.Forms.Button
387     Friend WithEvents txtTable As System.Windows.Forms.TextBox
388     Friend WithEvents lblUser As System.Windows.Forms.Label
389     Friend WithEvents txtStatus As System.Windows.Forms.TextBox
390     Friend WithEvents btnActivate_Deactivate As System.Windows.Forms.Button
391     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
392     Friend WithEvents Label2 As System.Windows.Forms.Label
393     Friend WithEvents Label7 As System.Windows.Forms.Label
394     Friend WithEvents cmbTableType As System.Windows.Forms.ComboBox
395     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
396     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
397     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
398
399 End Class


Gõ tìm kiếm nhanh...